NICK BLOG
posts
about
~/posts
/Vue function and computed
2022.06.11
Vue
·
2022.06.11
·
1 min read
//
VUE Function and Computed
新手學習筆記,只是紀錄一下,改天好回頭找
function 可以輸入參數,每次都會真的去執行
computed 不可以輸入參數,但是如果計算使用到的參數沒有變化的,下次來呼叫不會重新計算
所以如果是給 v-if 或者是 v-show 使用的話,用 computed 效能會比較好
打完 搞定 收工
NORMAL
│
posts/Vue function and computed
Vue
│
UTF-8
│
LF